home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
ubiquity
/
apt-setup
next >
Wrap
Text File
|
2008-10-29
|
444b
|
15 lines
#! /bin/sh -e
. /usr/share/debconf/confmodule
if CODENAME="$(lsb_release -cs)"; then
# TODO cjwatson 2006-04-07: wrong for Debian, I think
db_set mirror/suite "$CODENAME"
db_set mirror/codename "$CODENAME"
fi
rm -f /target/etc/apt/sources.list
PATH="/usr/lib/ubiquity/apt-setup:/usr/lib/ubiquity/choose-mirror:$PATH" \
OVERRIDE_BASE_INSTALLABLE=1 OVERRIDE_LEAVE_CD_MOUNTED=1 \
/usr/lib/ubiquity/apt-setup/apt-setup --log-output /target